Html Css Color HEX #CB6F29 Ochre

📋 copy color: '#CB6F29'

red 203 ◦ green 111 ◦ blue 41

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

Shades of Ochre #CB6F29

Tints of Ochre #CB6F29

RGB

 RED value IS 203 (79.69% from 255) = 57.18%

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 41 (16.41% from 255) = 11.55%

R = 57.18%
G = 31.27%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB6F29 (or 0xCB6F29) is known color: Ochre. HEX triplet: CB, 6F and 29. RGB value is (203,111,41). Sum of RGB (Red+Green+Blue) = 203+111+41=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F29 is #3490D6. Grayscale: #828282. Windows color (decimal): -3444951 or 2715595. OLE color: 2715595.

HSL color Cylindrical-coordinate representation of color #CB6F29: hue angle of 25.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB6F29 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 111 41 -
CMYK 0 0.45 0.80 0.20
HSL 25.93º 0.66% 0.48% -
HSV(B) 25.93º 0.8% 0.8% -
XYZ 30.71 24.23 5.16 -
YUV 130.53 77.48 179.69 -
System Red Green Blue C M Y K H S L
Decimal 203 111 41 0 0.45 0.80 0.20 25.93 0.66 0.48
Hex CB 6F 29 0 2D 50 14 1A 42 30
Octal 313 157 51 0 55 120 24 32 102 60
Binary 11001011 1101111 101001 0 101101 1010000 10100 11010 1000010 110000

Color Harmonies of #CB6F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F29

Black with #CB6F29

Text Example


Text Example

White with #CB6F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F29; }

 p { color: rgb(203,111,41); }

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

background-color css

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

 a { background-color: rgb(203,111,41); }

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

border-color css

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

 span { border-color: rgb(203,111,41); }

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