Html Css Color HEX #C67826 Ochre

📋 copy color: '#C67826'

red 198 ◦ green 120 ◦ blue 38

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

Shades of Ochre #C67826

Tints of Ochre #C67826

RGB

 RED value IS 198 (77.73% from 255) = 55.62%

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 38 (15.23% from 255) = 10.67%

R = 55.62%
G = 33.71%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C67826 (or 0xC67826) is known color: Ochre. HEX triplet: C6, 78 and 26. RGB value is (198,120,38). Sum of RGB (Red+Green+Blue) = 198+120+38=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C67826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67826 is #3987D9. Grayscale: #868686. Windows color (decimal): -3770330 or 2521286. OLE color: 2521286.

HSL color Cylindrical-coordinate representation of color #C67826: hue angle of 30.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C67826 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 120 38 -
CMYK 0 0.39 0.81 0.22
HSL 30.75º 0.68% 0.46% -
HSV(B) 30.75º 0.81% 0.78% -
XYZ 30.36 25.58 5.17 -
YUV 133.97 73.84 173.67 -
System Red Green Blue C M Y K H S L
Decimal 198 120 38 0 0.39 0.81 0.22 30.75 0.68 0.46
Hex C6 78 26 0 27 51 16 1F 44 2E
Octal 306 170 46 0 47 121 26 37 104 56
Binary 11000110 1111000 100110 0 100111 1010001 10110 11111 1000100 101110

Color Harmonies of #C67826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67826

Black with #C67826

Text Example


Text Example

White with #C67826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67826; }

 p { color: rgb(198,120,38); }

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

background-color css

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

 a { background-color: rgb(198,120,38); }

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

border-color css

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

 span { border-color: rgb(198,120,38); }

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