Html Css Color HEX #CB7406 Ochre

📋 copy color: '#CB7406'

red 203 ◦ green 116 ◦ blue 6

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

Shades of Ochre #CB7406

Tints of Ochre #CB7406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 62.46%
G = 35.69%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB7406 (or 0xCB7406) is known color: Ochre. HEX triplet: CB, 74 and 06. RGB value is (203,116,6). Sum of RGB (Red+Green+Blue) = 203+116+6=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7406 is #348BF9. Grayscale: #828282. Windows color (decimal): -3443706 or 423115. OLE color: 423115.

HSL color Cylindrical-coordinate representation of color #CB7406: hue angle of 33.5º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB7406 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 116 6 -
CMYK 0 0.43 0.97 0.20
HSL 33.5º 0.94% 0.41% -
HSV(B) 33.5º 0.97% 0.8% -
XYZ 30.91 25.2 3.41 -
YUV 129.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 203 116 6 0 0.43 0.97 0.20 33.5 0.94 0.41
Hex CB 74 6 0 2B 61 14 22 5E 29
Octal 313 164 6 0 53 141 24 42 136 51
Binary 11001011 1110100 110 0 101011 1100001 10100 100010 1011110 101001

Color Harmonies of #CB7406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7406

Black with #CB7406

Text Example


Text Example

White with #CB7406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7406; }

 p { color: rgb(203,116,6); }

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

background-color css

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

 a { background-color: rgb(203,116,6); }

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

border-color css

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

 span { border-color: rgb(203,116,6); }

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