Html Css Color HEX #692B25 Kenyan Copper

📋 copy color: '#692B25'

red 105 ◦ green 43 ◦ blue 37

#692B25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kenyan Copper #692B25

Tints of Kenyan Copper #692B25

RGB

 RED value IS 105 (41.41% from 255) = 56.76%

 GREEN value IS 43 (17.19% from 255) = 23.24%

 BLUE value IS 37 (14.84% from 255) = 20%

R = 56.76%
G = 23.24%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#692B25 (or 0x692B25) is known color: Kenyan Copper. HEX triplet: 69, 2B and 25. RGB value is (105,43,37). Sum of RGB (Red+Green+Blue) = 105+43+37=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #692B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692B25 is #96D4DA. Grayscale: #3C3C3C. Windows color (decimal): -9884891 or 2435945. OLE color: 2435945.

HSL color Cylindrical-coordinate representation of color #692B25: hue angle of 5.29º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692B25 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 43 37 -
CMYK 0 0.59 0.65 0.59
HSL 5.29º 0.48% 0.28% -
HSV(B) 5.29º 0.65% 0.41% -
XYZ 7.02 4.86 2.32 -
YUV 60.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 105 43 37 0 0.59 0.65 0.59 5.29 0.48 0.28
Hex 69 2B 25 0 3B 41 3B 5 30 1C
Octal 151 53 45 0 73 101 73 5 60 34
Binary 1101001 101011 100101 0 111011 1000001 111011 101 110000 11100

Color Harmonies of #692B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692B25

Black with #692B25

Text Example


Text Example

White with #692B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692B25; }

 p { color: rgb(105,43,37); }

 H1.HeaderClassName
 {
   color: #692B25;
 }
 .AnyTagClassName
 {
   color: #692B25;
 }
</style>

background-color css

<style>
 a { background-color: #692B25; }

 a { background-color: rgb(105,43,37); }

 div.DivClassName
 {
   background-color: #692B25;
 }
 .BgClassName
 {
   background-color: #692B25;
 }
</style>

border-color css

<style>
 span { border-color: #692B25; }

 span { border-color: rgb(105,43,37); }

 td.TdClassName
 {
   border-color: #692B25;
 }
 .TagClassName
 {
   border-color: #692B25;
 }
</style>